home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacFormat España 20
/
macformat_20.iso
/
mac
/
Shareware
/
Comunicaciones
/
commsService 3.01
/
AppleScripts
/
Service Launch Example
< prev
next >
Wrap
Text File
|
1995-08-15
|
191b
|
8 lines
tell application "commsService"
try
set launchName to open "Monash University"
on error errMsg
beep
display dialog "commsService error - " & return & return & errMsg
end try
end tell